You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by ji...@apache.org on 2004/05/06 14:20:00 UTC

[jira] Created: (CACTUS-105) Jakarta Cactus does not build due to dependency on j2ee-1.3.jar

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-105

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-105
    Summary: Jakarta Cactus does not build due to dependency on j2ee-1.3.jar
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Cactus
   Versions:
             1.6

   Assignee: 
   Reporter: Archimedes Trajano

    Created: Thu, 6 May 2004 5:19 AM
    Updated: Thu, 6 May 2004 5:19 AM

Description:
I know that j2ee.jar is not available in ibiblio but a close equivalent one is in jboss-j2ee-3.2.3.jar, would it be possible to use that instead in the project.xml file?

i.e.
   <dependency>
      <groupId>jboss</groupId>
      <artifactId>jboss-j2ee</artifactId>
      <version>3.2.3</version>
    </dependency> 



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Updated: (CACTUS-105) Jakarta Cactus does not build due to dependency on j2ee-1.3.jar

Posted by ji...@apache.org.
The following issue has been updated:

    Updater: Vincent Massol (mailto:vmassol@apache.org)
       Date: Sat, 8 May 2004 9:35 AM
    Changes:
             Fix Version changed to 1.7
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/CACTUS-105?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-105

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-105
    Summary: Jakarta Cactus does not build due to dependency on j2ee-1.3.jar
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Cactus
   Fix Fors:
             1.7
   Versions:
             1.6

   Assignee: 
   Reporter: Archimedes Trajano

    Created: Thu, 6 May 2004 5:19 AM
    Updated: Sat, 8 May 2004 9:35 AM

Description:
I know that j2ee.jar is not available in ibiblio but a close equivalent one is in jboss-j2ee-3.2.3.jar, would it be possible to use that instead in the project.xml file?

i.e.
   <dependency>
      <groupId>jboss</groupId>
      <artifactId>jboss-j2ee</artifactId>
      <version>3.2.3</version>
    </dependency> 



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Commented: (CACTUS-105) Jakarta Cactus does not build due to dependency on j2ee-1.3.jar

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Vincent Massol
    Created: Sun, 16 May 2004 2:45 AM
       Body:
I've just applied your idea of using jboss-j2ee jar for the Ant build. For Maven it's a bit more complex and I think we need to wait till we separate the framework project and others into several subprojects (share/, j2ee12/, j2ee13/). We also need to decide whether we want to do this.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/CACTUS-105?page=comments#action_35573

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-105

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-105
    Summary: Jakarta Cactus does not build due to dependency on j2ee-1.3.jar
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Cactus
   Fix Fors:
             1.7
   Versions:
             1.6

   Assignee: 
   Reporter: Archimedes Trajano

    Created: Thu, 6 May 2004 5:19 AM
    Updated: Sun, 16 May 2004 2:45 AM

Description:
I know that j2ee.jar is not available in ibiblio but a close equivalent one is in jboss-j2ee-3.2.3.jar, would it be possible to use that instead in the project.xml file?

i.e.
   <dependency>
      <groupId>jboss</groupId>
      <artifactId>jboss-j2ee</artifactId>
      <version>3.2.3</version>
    </dependency> 



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Commented: (CACTUS-105) Jakarta Cactus does not build due to dependency on j2ee-1.3.jar

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Archimedes Trajano
    Created: Fri, 14 May 2004 8:21 AM
       Body:
I think it does work, I basically copied the jboss-j2ee-3.2.3.jar as j2ee-1.3.jar on my local repository.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/CACTUS-105?page=comments#action_35555

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-105

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-105
    Summary: Jakarta Cactus does not build due to dependency on j2ee-1.3.jar
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Cactus
   Fix Fors:
             1.7
   Versions:
             1.6

   Assignee: 
   Reporter: Archimedes Trajano

    Created: Thu, 6 May 2004 5:19 AM
    Updated: Fri, 14 May 2004 8:21 AM

Description:
I know that j2ee.jar is not available in ibiblio but a close equivalent one is in jboss-j2ee-3.2.3.jar, would it be possible to use that instead in the project.xml file?

i.e.
   <dependency>
      <groupId>jboss</groupId>
      <artifactId>jboss-j2ee</artifactId>
      <version>3.2.3</version>
    </dependency> 



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Resolved: (CACTUS-105) Jakarta Cactus does not build due to dependency on j2ee-1.3.jar

Posted by "Petar Tahchiev (JIRA)" <ca...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/CACTUS-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petar Tahchiev resolved CACTUS-105.
-----------------------------------

       Resolution: Invalid
    Fix Version/s: 1.8
         Assignee: Petar Tahchiev

I am closing this issue since it is no longer valid, because Cactus build system is now Maven

> Jakarta Cactus does not build due to dependency on j2ee-1.3.jar
> ---------------------------------------------------------------
>
>                 Key: CACTUS-105
>                 URL: https://issues.apache.org/jira/browse/CACTUS-105
>             Project: Cactus
>          Issue Type: Bug
>          Components: Other
>    Affects Versions: 1.6
>            Reporter: Archimedes Trajano
>            Assignee: Petar Tahchiev
>             Fix For: 1.8
>
>
> I know that j2ee.jar is not available in ibiblio but a close equivalent one is in jboss-j2ee-3.2.3.jar, would it be possible to use that instead in the project.xml file?
> i.e.
>    <dependency>
>       <groupId>jboss</groupId>
>       <artifactId>jboss-j2ee</artifactId>
>       <version>3.2.3</version>
>     </dependency> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Updated: (CACTUS-105) Jakarta Cactus does not build due to dependency on j2ee-1.3.jar

Posted by "Vincent Massol (JIRA)" <ca...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/CACTUS-105?page=history ]

Vincent Massol updated CACTUS-105:
----------------------------------

    Fix Version:     (was: 1.7)

> Jakarta Cactus does not build due to dependency on j2ee-1.3.jar
> ---------------------------------------------------------------
>
>          Key: CACTUS-105
>          URL: http://issues.apache.org/jira/browse/CACTUS-105
>      Project: Cactus
>         Type: Bug
>     Versions: 1.6
>     Reporter: Archimedes Trajano

>
> I know that j2ee.jar is not available in ibiblio but a close equivalent one is in jboss-j2ee-3.2.3.jar, would it be possible to use that instead in the project.xml file?
> i.e.
>    <dependency>
>       <groupId>jboss</groupId>
>       <artifactId>jboss-j2ee</artifactId>
>       <version>3.2.3</version>
>     </dependency> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Updated: (CACTUS-105) Jakarta Cactus does not build due to dependency on j2ee-1.3.jar

Posted by "Vincent Massol (JIRA)" <ca...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/CACTUS-105?page=history ]

Vincent Massol updated CACTUS-105:
----------------------------------

    Component: Other

> Jakarta Cactus does not build due to dependency on j2ee-1.3.jar
> ---------------------------------------------------------------
>
>          Key: CACTUS-105
>          URL: http://issues.apache.org/jira/browse/CACTUS-105
>      Project: Cactus
>         Type: Bug
>   Components: Other
>     Versions: 1.6
>     Reporter: Archimedes Trajano

>
> I know that j2ee.jar is not available in ibiblio but a close equivalent one is in jboss-j2ee-3.2.3.jar, would it be possible to use that instead in the project.xml file?
> i.e.
>    <dependency>
>       <groupId>jboss</groupId>
>       <artifactId>jboss-j2ee</artifactId>
>       <version>3.2.3</version>
>     </dependency> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Closed: (CACTUS-105) Jakarta Cactus does not build due to dependency on j2ee-1.3.jar

Posted by "Petar Tahchiev (JIRA)" <ca...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/CACTUS-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petar Tahchiev closed CACTUS-105.
---------------------------------


> Jakarta Cactus does not build due to dependency on j2ee-1.3.jar
> ---------------------------------------------------------------
>
>                 Key: CACTUS-105
>                 URL: https://issues.apache.org/jira/browse/CACTUS-105
>             Project: Cactus
>          Issue Type: Bug
>          Components: Other
>    Affects Versions: 1.6
>            Reporter: Archimedes Trajano
>            Assignee: Petar Tahchiev
>             Fix For: 1.8
>
>
> I know that j2ee.jar is not available in ibiblio but a close equivalent one is in jboss-j2ee-3.2.3.jar, would it be possible to use that instead in the project.xml file?
> i.e.
>    <dependency>
>       <groupId>jboss</groupId>
>       <artifactId>jboss-j2ee</artifactId>
>       <version>3.2.3</version>
>     </dependency> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Commented: (CACTUS-105) Jakarta Cactus does not build due to dependency on j2ee-1.3.jar

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Vincent Massol
    Created: Fri, 14 May 2004 8:24 AM
       Body:
ok. Cool. But what about the other issues I've highlighted in my previous comment?

Thanks
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/CACTUS-105?page=comments#action_35556

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-105

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-105
    Summary: Jakarta Cactus does not build due to dependency on j2ee-1.3.jar
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Cactus
   Fix Fors:
             1.7
   Versions:
             1.6

   Assignee: 
   Reporter: Archimedes Trajano

    Created: Thu, 6 May 2004 5:19 AM
    Updated: Fri, 14 May 2004 8:24 AM

Description:
I know that j2ee.jar is not available in ibiblio but a close equivalent one is in jboss-j2ee-3.2.3.jar, would it be possible to use that instead in the project.xml file?

i.e.
   <dependency>
      <groupId>jboss</groupId>
      <artifactId>jboss-j2ee</artifactId>
      <version>3.2.3</version>
    </dependency> 



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Commented: (CACTUS-105) Jakarta Cactus does not build due to dependency on j2ee-1.3.jar

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Vincent Massol
    Created: Fri, 14 May 2004 6:36 AM
       Body:
Sounds like a good idea if it works. However there's still a problem: we need 2 versions: one for J2EE 1.2 and one for J2EE 1.3 (and soon another one for J2EE 1.4). Is there one in JBoss for J2EE 1.2?

in addition we'll need to derive these jboss-j2ee versions from ${cactus.j2ee.version.full}. For example we need to transform "1.3" into "3.2.3". That'll require some scripting in maven.xml. Not nice. However this can solved by splitting the framework/ maven projects into 3 projects: shared/, j2ee12/ and j2ee13/.



---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/CACTUS-105?page=comments#action_35552

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-105

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-105
    Summary: Jakarta Cactus does not build due to dependency on j2ee-1.3.jar
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Cactus
   Fix Fors:
             1.7
   Versions:
             1.6

   Assignee: 
   Reporter: Archimedes Trajano

    Created: Thu, 6 May 2004 5:19 AM
    Updated: Fri, 14 May 2004 6:36 AM

Description:
I know that j2ee.jar is not available in ibiblio but a close equivalent one is in jboss-j2ee-3.2.3.jar, would it be possible to use that instead in the project.xml file?

i.e.
   <dependency>
      <groupId>jboss</groupId>
      <artifactId>jboss-j2ee</artifactId>
      <version>3.2.3</version>
    </dependency> 



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Commented: (CACTUS-105) Jakarta Cactus does not build due to dependency on j2ee-1.3.jar

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Archimedes Trajano
    Created: Fri, 14 May 2004 9:26 AM
       Body:
I was just thinking about it, if cactus builds on 1.3 why do we need the other version for?  Since this was supposed to be just a build problem that we're trying to resolve right?
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/CACTUS-105?page=comments#action_35558

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-105

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-105
    Summary: Jakarta Cactus does not build due to dependency on j2ee-1.3.jar
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Cactus
   Fix Fors:
             1.7
   Versions:
             1.6

   Assignee: 
   Reporter: Archimedes Trajano

    Created: Thu, 6 May 2004 5:19 AM
    Updated: Fri, 14 May 2004 9:26 AM

Description:
I know that j2ee.jar is not available in ibiblio but a close equivalent one is in jboss-j2ee-3.2.3.jar, would it be possible to use that instead in the project.xml file?

i.e.
   <dependency>
      <groupId>jboss</groupId>
      <artifactId>jboss-j2ee</artifactId>
      <version>3.2.3</version>
    </dependency> 



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Commented: (CACTUS-105) Jakarta Cactus does not build due to dependency on j2ee-1.3.jar

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Archimedes Trajano
    Created: Fri, 14 May 2004 9:27 AM
       Body:
Doh I see the problem now.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/CACTUS-105?page=comments#action_35559

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-105

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-105
    Summary: Jakarta Cactus does not build due to dependency on j2ee-1.3.jar
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Cactus
   Fix Fors:
             1.7
   Versions:
             1.6

   Assignee: 
   Reporter: Archimedes Trajano

    Created: Thu, 6 May 2004 5:19 AM
    Updated: Fri, 14 May 2004 9:27 AM

Description:
I know that j2ee.jar is not available in ibiblio but a close equivalent one is in jboss-j2ee-3.2.3.jar, would it be possible to use that instead in the project.xml file?

i.e.
   <dependency>
      <groupId>jboss</groupId>
      <artifactId>jboss-j2ee</artifactId>
      <version>3.2.3</version>
    </dependency> 



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org