For some reason this artifact just disappeared. I found a geronimo version
of it. Is it OK if we change
the "openejb\examples\webapps\ejb-examples\pom.xml" dependency from (a) to
(b)?
(a)
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<scope>runtime</scope>
</dependency>
(b)
<dependency>
<groupId>org.apache.geronimo.bundles</groupId>
<artifactId>jstl</artifactId>
<version>1.2_1</version>
<scope>runtime</scope>
</dependency>
tkx,
Thiago.
On Thu, Sep 16, 2010 at 11:53 AM, Thiago Veronezi <[email protected]>wrote:
> Hi Devs,
> Are you guys having any problem with the build today? I just got the code
> from svn into a new computer, but I cant build it...
>
>
> *******************************************************************************
> Downloading: http://download.java.net/maven/1/jstl/jstl/1.2/jstl-1.2.pom
> [INFO] Unable to find resource 'jstl:jstl:pom:1.2' in repository java.net(
> http://download.java.net/maven/1)
> Downloading:
> http://repository.jboss.org/nexus/content/groups/public-jboss/jstl/jstl/1.2/jstl-1.2.pom
> [INFO] Unable to find resource 'jstl:jstl:pom:1.2' in repository jboss
> snapshot (http://repository.jboss.org/nexus/content/groups/public-jboss)
> Downloading:
> http://svn.apache.org/repos/asf/openejb/repo//jstl/jstl/1.2/jstl-1.2.pom
> [INFO] Unable to find resource 'jstl:jstl:pom:1.2' in repository
> openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
> Downloading: http://repo1.maven.org/maven2/jstl/jstl/1.2/jstl-1.2.pom
> [INFO] Unable to find resource 'jstl:jstl:pom:1.2' in repository central (
> http://repo1.maven.org/maven2)
> Downloading: http://download.java.net/maven/1/jstl/jstl/1.2/jstl-1.2.jar
> [INFO] Unable to find resource 'jstl:jstl:jar:1.2' in repository java.net(
> http://download.java.net/maven/1)
> Downloading:
> http://repository.jboss.org/nexus/content/groups/public-jboss/jstl/jstl/1.2/jstl-1.2.jar
> [INFO] Unable to find resource 'jstl:jstl:jar:1.2' in repository jboss
> snapshot (http://repository.jboss.org/nexus/content/groups/public-jboss)
> Downloading:
> http://svn.apache.org/repos/asf/openejb/repo//jstl/jstl/1.2/jstl-1.2.jar
> [INFO] Unable to find resource 'jstl:jstl:jar:1.2' in repository
> openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
> Downloading: http://repo1.maven.org/maven2/jstl/jstl/1.2/jstl-1.2.jar
> [INFO] Unable to find resource 'jstl:jstl:jar:1.2' in repository central (
> http://repo1.maven.org/maven2)
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) jstl:jstl:jar:1.2
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=jstl -DartifactId=jstl
> -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the file
> there:
> mvn deploy:deploy-file -DgroupId=jstl -DartifactId=jstl -Dversion=1.2
> -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.superbiz.jsf:jsf:war:1.0-SNAPSHOT
> 2) jstl:jstl:jar:1.2
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
> org.superbiz.jsf:jsf:war:1.0-SNAPSHOT
>
> from the specified remote repositories:
> apache.snapshots (http://repository.apache.org/snapshots),
> jboss snapshot (
> http://repository.jboss.org/nexus/content/groups/public-jboss),
> central (http://repo1.maven.org/maven2),
> java.net (http://download.java.net/maven/1),
> apache-m2-snapshot (http://repository.apache.org/snapshots/),
> apache-maven-snapshots (http://repository.apache.org/snapshots/),
> openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
>
> *******************************************************************************
>
> tkx,
> Thiago.
>
>