The target is main - it doesn't do any testing - but it will download a
fair number of dependencies.
One thing that might be happening is that the download of one of those
dependencies went awry. That's rare, but has happened to me at least
once. The simplest way to deal with that is to delete the
$JSF_HOME/dependencies directory, and once again type
cd $JSF_HOME ; ant clean main
where $JSF_HOME is where you've put the cvs directory.
remember that you'll need to edit the build.properties file as well,
though it looks as though you've done that.
Jim
On 5/17/09 6:56 PM, webtier_at_javadesktop.org wrote:
> I download the 1.2.12 source, and
>> ant main
> got the following error:
>
> Compiling 218 source files to E:\mojarra-1.2_12-source\mojarra-1.2_12-b01-FCS-sources\jsf-ri\build\classes
> E:\mojarra-1.2_12-source\mojarra-1.2_12-b01-FCS-sources\jsf-ri\src\com\sun\faces\vendor\Tomcat6InjectionProvider.java:44: package org.apache does not exist
> import org.apache.AnnotationProcessor;
>
> I need to build jsf-impl.jar and jsf-api.jar only, no test is needed. what is the target?
>
> thanks
> Dave
> [Message sent by forum member 'javaone9' (javaone9)]
>
> http://forums.java.net/jive/thread.jspa?messageID=346554
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: webtier-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: webtier-help_at_glassfish.dev.java.net
>