Look inside repository\javax\servlet\jsp\jstl\jstl\1.2\jstl-1.2.jar . The .class files are there, but they are under a dir called "classes".
I will try and find a jar that works. In the meantime, maybe one of you could notify the authors of this jar? Or at least let me know if you think this is or isn't the problem. Dennis Byrne >-----Original Message----- >From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] >Sent: Tuesday, July 18, 2006 01:17 PM >To: 'MyFaces Development' >Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core > >no > >that was before yesterday. also the jar is already downloaded to my box. >but eclipse and maven are complaining about that crappy damn package. >sorry! :) > >-Matthias > >On 7/18/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: >> OK, I am getting it also after deleting my local repo. >> >> Perhaps the following is related? I have copy and pasted an email from setn >> to [EMAIL PROTECTED] recently. >> >> Dennis Byrne >> >> >> >> The maven repositories on people.apache.org can now be found at the >> following paths: >> >> /www/people.apache.org/repo/m1-snapshot-repository >> /www/people.apache.org/repo/m2-snapshot-repository >> /www/people.apache.org/repo/m1-ibiblio-rsync-repository >> /www/people.apache.org/repo/m2-ibiblio-rsync-repository >> >> (previous paths were: >> /www/people.apache.org/repository >> /www/people.apache.org/maven-snapshot-repository >> /www/www.apache.org/dist/java-repository >> /www/www.apache.org/dist/maven-repository >> ) >> >> Apart from fixing up the previously random names, this moves the >> repositories for syncing to ibiblio (currently a manual task that Carlos >> Sanchez Gonzalez (carlos) is taking care of) out of the ASF mirror >> directories. >> >> One important change that this leads to is that you NO LONGER NEED TO >> DELETE from the ibibilio rsync repositories. These will one day be the ASF >> Maven repository once we've figured out how we can handle hosting that >> bandwidth wise. >> >> For the snapshot repositories, there are currently symlinks in place so >> that the various CI systems that deploy to them don't fall over. Please >> update these and let us know at [email protected] that you're pointing >> to the new path. >> >> Thanks, >> >> Hen >> >> >> >-----Original Message----- >> >From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] >> >Sent: Tuesday, July 18, 2006 03:10 AM >> >To: 'MyFaces Development' >> >Subject: Re: [continuum] BUILD FAILURE: MyFaces Shared Core >> > >> >api. Continuum still complains. I still don't see what the JSTL >> >changes were for though. >> > >> > >> > >> >mmmm, I get that ugly guy >> > >> > >> >I can't compile with 1.2 (jslt) >> > >> ><snip> >> > >> >D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34] >> >package javax.servlet.jsp.jstl.sql does not exist >> ></snip> >> > >> > >> >[INFO] Using default encoding to copy filtered resources. >> >Downloading: >> >https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/poms/jstl-1.2.pom >> >159b downloaded >> >[WARNING] POM for 'javax.servlet:servlet-api:pom:2.5:provided' is >> >invalid. It will be ignored for artifact resolution. Reason: Not a >> >v4.0.0 POM. >> >Downloading: >> >https://maven-repository.dev.java.net/nonav/repository/javax.servlet.jsp.jstl/jars/jstl-1.2.jar >> >400K downloaded >> >[INFO] [compiler:compile] >> >Compiling 161 source files to D:\Apache\_current12\core\api\target\classes >> >[INFO] >> >------------------------------------------------------------------------ >> >[ERROR] BUILD FAILURE >> >[INFO] >> >------------------------------------------------------------------------ >> >[INFO] Compilation failure >> > >> >D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[42,34] >> >package javax.servlet.jsp.jstl.sql does not exist >> > >> >D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[18,34] >> >package javax.servlet.jsp.jstl.sql does not exist >> > >> >D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[31,12] >> >cannot find symbol >> >symbol : class Result >> >location: class javax.faces.model.ResultDataModel >> > >> >D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[39,27] >> >cannot find symbol >> >symbol : class Result >> >location: class javax.faces.model.ResultDataModel >> > >> >D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[839,34] >> >cannot find symbol >> >symbol : class Result >> >location: class javax.faces.component.UIData >> > >> >D:\Apache\_current12\core\api\src\main\java\javax\faces\component\UIData.java:[841,40] >> >cannot find symbol >> >symbol : class Result >> >location: class javax.faces.component.UIData >> > >> >D:\Apache\_current12\core\api\src\main\java\javax\faces\model\ResultDataModel.java:[123,22] >> >cannot find symbol >> >symbol : class Result >> >location: class javax.faces.model.ResultDataModel >> > >> > >> >[INFO] >> >------------------------------------------------------------------------ >> >[INFO] For more information, run Maven with the -e switch >> >[INFO] >> >------------------------------------------------------------------------ >> >[INFO] Total time: 16 seconds >> >[INFO] Finished at: Tue Jul 18 00:04:10 PDT 2006 >> >[INFO] Final Memory: 7M/24M >> >[INFO] >> >------------------------------------------------------------------------ >> > >> >D:\Apache\_current12> >> > >> >> >> > > >-- >Matthias Wessendorf > >further stuff: >blog: http://jroller.com/page/mwessendorf >mail: mwessendorf-at-gmail-dot-com >
