You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ji...@codehaus.org on 2003/07/28 01:48:38 UTC

[jira] Commented: (JELLY-64) Current Jelly doesn't compile with maven b10

The following comment has been added to this issue:

     Author: peter royal
    Created: Sun, 27 Jul 2003 6:47 PM
       Body:
Fixed Jelly proper, but not the plugins.

Patches welcome for the plugins.. 
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-64


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-64
    Summary: Current Jelly doesn't compile with maven b10
       Type: Bug

     Status: Unassigned
   Priority: Critical

 Time Spent: Unknown
  Remaining: 2 hours

    Project: jelly

   Assignee: 
   Reporter: Paul Libbrecht

    Created: Fri, 25 Jul 2003 6:47 AM
    Updated: Fri, 25 Jul 2003 6:47 AM
Environment: Whichever JDK but maven 1.0b10

Description:
The project.xml files of jelly and its taglibs are somewhat old.
Aside of the fact that they don't validate, they also don't compile as they don't contain a sourceDirectory child of build.
Also tests are not run as they don't contain a unitTestSourceDirectory...

The following should be added at least in all project.xml, I would like it if these project.xml were valid also...


        <sourceDirectory>${basedir}/src/java</sourceDirectory>
 <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>

Also, unit-tests fail currently (the missing-tag unit-test fails).

Paul


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

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org