The following comment has been added to this issue:

     Author: dion gillard
    Created: Wed, 15 Oct 2003 11:43 PM
       Body:
Works ok here:

java:compile:
    [echo] Compiling to C:\Documents and Settings\dion\My 
Documents\IBM\wsad\workspace\PropertyEJB/target/classes
    [available] [DEBUG] class "fakeClass" was not found
    [available] [VERBOSE] Unable to load class fakeClass to set property classPresent
    [javac] [DEBUG] fileset: Setup scanner in dir C:\Documents and Settings\dion\My 
Documents\IBM\wsad\workspace\PropertyEJB\ejbModule with patternSet{ includes: [] 
excludes: [**/EJS*.java, **/_*.java, **/package.html] }

based on this in project.xml:

  <build>
    <sourceModifications>
      <sourceModification>
        <className>fakeClass</className>
        <excludes>
          <exclude>**/EJS*.java</exclude>
          <exclude>**/_*.java</exclude>
        </excludes>
      </sourceModification>
    </sourceModifications>

    <sourceDirectory>${basedir}/ejbModule</sourceDirectory>
  </build>

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-891


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-891
    Summary: sourceModifications: AntTag - The <javac> task doesn't support the nested 
"available" element.
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-java
   Fix Fors:
             1.0-rc2
   Versions:
             1.0-rc1

   Assignee: 
   Reporter: Kevin Hagel

    Created: Sat, 4 Oct 2003 8:19 AM
    Updated: Wed, 8 Oct 2003 12:05 PM
Environment: Redhat 9, J2SE 1.4

Description:
sourceModifications doesn't work because the java-plugin bombs when attempting to 
build the list

ERROR org.apache.commons.jelly.tags.ant.AntTag - The <javac> task doesn't support the 
nested "available" element.


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to