You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Jerome Boulon (JIRA)" <ji...@apache.org> on 2009/04/02 00:40:13 UTC

[jira] Updated: (CHUKWA-53) Jar creation should be revisited

     [ https://issues.apache.org/jira/browse/CHUKWA-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerome Boulon updated CHUKWA-53:
--------------------------------

    Priority: Minor  (was: Blocker)

chukwa-agent.jar has been fixed by CHUKWA-12 so it's no longer a blocker
keep it open because we need to have at least 3 jars: chukwa-agent.jar, collector.jar and demux part
so people can use each part individually.


> Jar creation should be revisited
> --------------------------------
>
>                 Key: CHUKWA-53
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-53
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: build and test code
>            Reporter: Jerome Boulon
>            Priority: Minor
>
> For example chukwa-agent-xxx.jar does not contains any .class just the java version this is due to ${build.dir}
> <fileset dir="${build.dir}">
>            <include name="org/apache/hadoop/chukwa/util/**/*.class"/>
>  </fileset>
> should use ${build.classes}
> <fileset dir="${build.classes}">
>            <include name="org/apache/hadoop/chukwa/util/**/*.class"/>
>  </fileset>

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