diff options
Diffstat (limited to 'docs/faq/faq.xml')
-rw-r--r-- | docs/faq/faq.xml | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/docs/faq/faq.xml b/docs/faq/faq.xml index 855859b64..b367c1bf2 100644 --- a/docs/faq/faq.xml +++ b/docs/faq/faq.xml @@ -167,10 +167,10 @@ <ulink url="https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt">Eclipse Public License v 2.0</ulink>. </para> <para>AspectJ 1.5.2 through 1.9.6 source code and documentation is available under the - <ulink url="http://www.eclipse.org/org/documents/epl-v10.php">Eclipse Public License v 1.0</ulink>. + <ulink url="https://www.eclipse.org/org/documents/epl-v10.php">Eclipse Public License v 1.0</ulink>. </para> <para>AspectJ 1.1 through 1.5.1 source code and documentation is available under the - <ulink url="http://eclipse.org/legal/cpl-v10.html">Common Public License 1.0</ulink>. + <ulink url="https://eclipse.org/legal/cpl-v10.html">Common Public License 1.0</ulink>. </para> <para>The AspectJ 1.0 tools are open-source software available under the <ulink url="http://www.opensource.org/licenses/mozilla1.1">Mozilla Public License 1.1</ulink>. @@ -182,7 +182,7 @@ <ulink url="https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt">Eclipse Public License</ulink>. </para> <para>For answers to common licensing questions, see the - <ulink url="http://www.eclipse.org/legal/eplfaq.php">Eclipse Public License FAQ</ulink>. + <ulink url="https://www.eclipse.org/legal/eplfaq.php">Eclipse Public License FAQ</ulink>. </para> <para> </para> @@ -203,8 +203,8 @@ <para>It has evolved through open-source releases to a strong user community and now operates as an open source project at - <ulink url="http://eclipse.org/aspectj"> - http://eclipse.org/aspectj</ulink> + <ulink url="https://eclipse.org/aspectj"> + https://eclipse.org/aspectj</ulink> The AspectJ team works closely with the community to ensure AspectJ continues to evolve as an effective aspect-oriented programming language and tool set. @@ -212,7 +212,7 @@ <para> The latest release is 1.2 <!-- XXX todo Update me! --> which can be downloaded from the - <ulink url="http://eclipse.org/aspectj">AspectJ project page</ulink>, + <ulink url="https://eclipse.org/aspectj">AspectJ project page</ulink>, including sources as described <xref linkend="q:buildingsource"/>. Development is focused on supporting applications, @@ -251,7 +251,7 @@ </question> <answer> <para>From AspectJ's - <ulink url="http://eclipse.org/aspectj">web page + <ulink url="https://eclipse.org/aspectj">web page </ulink>, download the AspectJ distribution. The <literal>jar</literal> file is installed by executing </para> @@ -394,8 +394,8 @@ java -jar <emphasis>jar file name</emphasis> <listitem> <para>Eclipse (version 2.0) in the Eclipse AspectJ Development Tools project - <ulink url="http://eclipse.org/ajdt"> - http://eclipse.org/ajdt + <ulink url="https://eclipse.org/ajdt"> + https://eclipse.org/ajdt </ulink> </para> </listitem> @@ -909,7 +909,7 @@ aspect. For AspectJ examples of configurable or reflection-dependent programs, see the sample code linked off the AspectJ documentation page or the examples discussed on the mailing list, e.g., - <ulink url="http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg02151.html"> + <ulink url="https://dev.eclipse.org/mhonarc/lists/aspectj-users/msg02151.html"> Incremental and runtime weaving support?</ulink>. </para> </answer> @@ -1546,13 +1546,13 @@ aspect PublicErrorLogging { <ulink url="progguide/implementation.html"> AspectJ Programming Guide Appendix, "Implementation Notes"</ulink> and the AspectJ bugs in the database at - <ulink url="http://bugs.eclipse.org/bugs">http://bugs.eclipse.org/bugs</ulink> + <ulink url="https://bugs.eclipse.org/bugs">https://bugs.eclipse.org/bugs</ulink> (using the product <literal>AspectJ</literal>). Here are direct links to - <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"> + <ulink url="https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"> view open compiler bugs</ulink>, - <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ"> + <ulink url="https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ"> view all Aspectj bugs (open or closed)</ulink>, or - <ulink url="http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ"> + <ulink url="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ"> add new bugs</ulink>. </para> </answer> @@ -1586,7 +1586,7 @@ aspect PublicErrorLogging { <para> For both mailing lists, only subscribed members may post messages. To subscribe, visit the - <ulink url="http://eclipse.org/aspectj">AspectJ web site</ulink>. + <ulink url="https://eclipse.org/aspectj">AspectJ web site</ulink>. </para> <para> There you can also subscribe to @@ -2084,7 +2084,7 @@ declare warning: get(* Foo.*) && within(Bar) <para> The AspectJ team directly provided components for JBuilder, Forte, and Emacs and supported the open-source AspectJ plugin project - at <ulink url="http://eclipse.org/ajdt">http://eclipse.org/ajdt</ulink> + at <ulink url="https://eclipse.org/ajdt">https://eclipse.org/ajdt</ulink> which uses the AJDE API support for IDE's. Supporting new IDE's is a matter of building on the AJDE API's, mostly likely adopting one of the existing open-source IDE @@ -2133,7 +2133,7 @@ declare warning: get(* Foo.*) && within(Bar) <para>Yes. The core AJDE API is extensible and the source code is available for download. Start by studying the sources for the existing IDE support linked off the AspectJ site - <ulink url="http://eclipse.org/aspectj">http://eclipse.org/aspectj</ulink>. + <ulink url="https://eclipse.org/aspectj">https://eclipse.org/aspectj</ulink>. </para> </answer> </qandaentry> @@ -2851,7 +2851,7 @@ aspect MyMarker extends MarkerExample { in the AspectJ CVS tree <literal>docs</literal> module <literal>sandbox</literal> directory. These are extracted and published (online only) - <ulink url="http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/sample-code.html"> + <ulink url="https://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/sample-code.html"> here </ulink>. </para></listitem> @@ -3766,8 +3766,8 @@ aspect A { <para>The bugs affecting the semantics of the language are marked with the "info" keyword. Find them with the query - <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info"> - http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info + <ulink url="https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info"> + https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info </ulink> </para> </answer> @@ -4176,7 +4176,7 @@ java -javaagent:aspectjweaver.jar -classpath "aspects.jar:${CLASSPATH}" .. <ulink url="http://hugunin.net/papers.html"> http://hugunin.net/papers.html</ulink> Jim summarized advice weaving in the AspectJ 1.1 implementation in the - <ulink url="http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00519.html"> + <ulink url="https://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00519.html"> following mailing-list reply</ulink>: </para> <para> @@ -4397,8 +4397,8 @@ java -javaagent:aspectjweaver.jar -classpath "aspects.jar:${CLASSPATH}" .. a test case has been written. Here is a query for open compiler bugs: <!-- ulink gacks on ampersands in url value, so quote them --> - <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"> - http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED + <ulink url="https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"> + https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED </ulink> </para> <para>For how to write test cases, see @@ -4448,13 +4448,13 @@ java -javaagent:aspectjweaver.jar -classpath "aspects.jar:${CLASSPATH}" .. CVS Root <literal>dev.eclipse.org:/cvsroot/technology</literal>. For more information on accessing the CVS tree at eclipse.org, see the documentation from <ulink - url="http://eclipse.org">http://eclipse.org</ulink>. Find + url="https://eclipse.org">https://eclipse.org</ulink>. Find specific instructions in the AspectJ tree at <ulink - url="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/readme-build-and-test-aspectj.html?rev=HEAD&content-type=text/html&cvsroot=Technology_Project"> + url="https://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/readme-build-and-test-aspectj.html?rev=HEAD&content-type=text/html&cvsroot=Technology_Project"> org.aspectj/modules/build/readme-build-and-test-aspectj.html</ulink>. If you would like to use Ant to checkout the sources, build the distribution, and test everything, see <ulink - url="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/release/build.xml?rev=HEAD&content-type=text/xml&cvsroot=Technology_Project"> + url="https://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/release/build.xml?rev=HEAD&content-type=text/xml&cvsroot=Technology_Project"> org.aspectj/modules/build/release/build.xml</ulink>. </para> <para> To check out the source code in Eclipse go to (<literal>File > new > Other > CVS > Checkout Projects from CVS</literal>). You'll need about 125 MB of space for the source and build. @@ -4499,7 +4499,7 @@ java -javaagent:aspectjweaver.jar -classpath "aspects.jar:${CLASSPATH}" .. The <literal>org.aspectj.lib</literal> project is an AspectJ project so you also have to have AJDT installed. For the latest AJDT release and download instructions visit the - <ulink url="http://www.eclipse.org/ajdt/downloads/">AJDT Downloads</ulink> page. + <ulink url="https://www.eclipse.org/ajdt/downloads/">AJDT Downloads</ulink> page. </para> <para> When you've added the variables click OK to do a full rebuild, then run the tests by going in the Package Explorer to: @@ -4602,7 +4602,7 @@ java -javaagent:aspectjweaver.jar -classpath "aspects.jar:${CLASSPATH}" .. </para> <para> To import a locally built AspectJ into AJDT first follow the - instructions on <ulink url="http://www.eclipse.org/ajdt/faq.php#q:develop"> + instructions on <ulink url="https://www.eclipse.org/ajdt/faq.php#q:develop"> How do I setup an AJDT development environment in Eclipse?</ulink> for setting up an AJDT development environment and running the correctness tests. Then: @@ -4885,7 +4885,7 @@ cd build </question> <answer> <para>Visit the AspectJ project web site: - <ulink url="http://eclipse.org/aspectj">http://eclipse.org/aspectj</ulink>. + <ulink url="https://eclipse.org/aspectj">https://eclipse.org/aspectj</ulink>. </para> </answer> </qandaentry> @@ -4896,8 +4896,8 @@ cd build </question> <answer> <para>You can submit a bug from - <ulink url="http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ"> - http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ + <ulink url="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ"> + https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ </ulink>. If it seems to be a bug in the compiler, please attach a small test case (source code) @@ -4921,8 +4921,8 @@ cd build <para>You can reach other AspectJ users by using the aspectj-users mailing list. You can subscribe to the list or view the list archives from the AspectJ home page - <ulink url="http://eclipse.org/aspectj"> - http://eclipse.org/aspectj + <ulink url="https://eclipse.org/aspectj"> + https://eclipse.org/aspectj </ulink>. </para> </answer> @@ -4941,13 +4941,13 @@ cd build http://www.google.com/search?q=site:eclipse.org+cflowbelow </ulink>, and you can use the eclipse.org search at - <ulink url="http://www.eclipse.org/search/search.cgi"> - http://www.eclipse.org/search/search.cgi + <ulink url="https://www.eclipse.org/search/search.cgi"> + https://www.eclipse.org/search/search.cgi </ulink>. You can also check the old archives available for download from the AspectJ home page - <ulink url="http://eclipse.org/aspectj"> - http://eclipse.org/aspectj + <ulink url="https://eclipse.org/aspectj"> + https://eclipse.org/aspectj </ulink>. </para> </answer> @@ -5028,8 +5028,8 @@ cd build <xref linkend="q:integrateWithDevTools"/> (including bug reports for the AJDE Eclipse support, which you can submit at - <ulink url="http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AJDT"> - http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AJDT + <ulink url="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AJDT"> + https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AJDT </ulink>). </para> <para> @@ -5076,8 +5076,8 @@ cd build <listitem> <para> Submit the bugs via the web form - <ulink url="http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ"> - http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ + <ulink url="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ"> + https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ </ulink>. </para> </listitem> @@ -5376,7 +5376,7 @@ cd build Below is a table describing the goals for the major releases. For information about specific features, search the bug database for <literal>RFE</literal>'s ("requests for enhancement") by - <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&bug_severity=enhancement"> + <ulink url="https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&bug_severity=enhancement"> selecting severity of "enhancement"</ulink>. Like many open-source projects, we don't make or promise |