Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ant can't find antRun
https://bugzilla.redhat.com/show_bug.cgi?id=675949
Summary: ant can't find antRun
Product: Fedora
Version: 14
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: unspecified
Priority: unspecified
Component: ant
AssignedTo: pcheung(a)redhat.com
ReportedBy: fropeter(a)online.no
QAContact: extras-qa(a)fedoraproject.org
CC: pcheung(a)redhat.com, akurtako(a)redhat.com,
mmatejov(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Description of problem:
The bug
https://bugzilla.redhat.com/show_bug.cgi?id=428502
is reproducible in fedora 14
Version-Release number of selected component (if applicable):
Apache Ant version 1.7.1 compiled on April 16 2010
How reproducible:
See original bug report
Steps to Reproduce:
1.
2.
3.
Actual results:
Ant fails to build, complaining about missing /usr/share/ant/bin/antRun
Expected results:
Ant finds the file and completes the build successfully
Additional info:
Fix:
# create the directory /usr/share/ant/bin
# symlink the file /usr/bin/antRun to /usr/share/ant/bin/antRun
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: does not rebuild
https://bugzilla.redhat.com/show_bug.cgi?id=677973
Summary: does not rebuild
Product: Fedora
Version: 14
Platform: i686
OS/Version: Linux
Status: NEW
Severity: low
Priority: unspecified
Component: apache-commons-launcher
AssignedTo: fedora(a)matbooth.co.uk
ReportedBy: pampelmuse(a)gmx.at
QAContact: extras-qa(a)fedoraproject.org
CC: fedora(a)matbooth.co.uk,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Description of problem:
apache-commons-launcher does not rebuild
Version-Release number of selected component (if applicable):
apache-commons-launcher-1.1-5.20100521svn936225.fc14.src.rpm
How reproducible:
always
Steps to Reproduce:
Either:
1. mock -r ck --rebuild
apache-commons-launcher-1.1-5.20100521svn936225.fc14.src.rpm
Or:
1. rpm -i apache-commons-launcher-1.1-5.20100521svn936225.fc14.src.rpm
2. rpmbuild -bb ~/rpmbuild/SPECS/apache-commons-launcher.spec
Actual results:
Missing:
----------
1) ant:ant:jar:1.5.3-1
Expected results:
clean rebuild
Additional info:
Maybe the same problem as with
https://bugzilla.redhat.com/show_bug.cgi?id=675389
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: apache-commons-codec-1.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=691703
Summary: apache-commons-codec-1.5 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: apache-commons-codec
AssignedTo: fedora(a)matbooth.co.uk
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: fedora(a)matbooth.co.uk,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Latest upstream release: 1.5
Current version in Fedora Rawhide: 1.4
URL: http://www.apache.org/dist/commons/codec/source/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Ant does not load antlib definitions
https://bugzilla.redhat.com/show_bug.cgi?id=689020
Summary: Ant does not load antlib definitions
Product: Fedora
Version: 14
Platform: All
OS/Version: Linux
Status: NEW
Severity: high
Priority: unspecified
Component: ant
AssignedTo: pcheung(a)redhat.com
ReportedBy: juankprada(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: pcheung(a)redhat.com, akurtako(a)redhat.com,
mmatejov(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Description of problem:
After installing ANT and apache-ivy package from fedora repo, trying to execute
a build.xml file with an ivy task throws an error at the terminal
This is the output after running ant:
[juankprada@localhost ivyTest]$ ant
Buildfile: build.xml
resolve:
BUILD FAILED
/home/juankprada/Desktop/ivyTest/build.xml:3: Problem: failed to create task or
type antlib:org.apache.ivy.ant:retrieve
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
No types or tasks have been defined in this namespace yet
This appears to be an antlib declaration.
Action: Check that the implementing library exists in one of:
-/usr/share/ant/lib
-/home/juankprada/.ant/lib
-a directory added on the command line with the -lib argument
Total time: 0 seconds
Steps to Reproduce:
1. Install Ant and place any ant plugin inside either /usr/share/ant/lib or
~/.ant/lib
2. Execute ant in a build script that uses the plugin you just placed in ant's
lib
3. Error is thrown
Actual results:
It is impossible to use Ant with other plugins
Expected results:
To have my application built
Additional info:
I did look for other bug reports on this, and found one that is closed and wont
be fixed (god knows why) so I decided to report a new bug on this issue as it's
been happening since fedora 10 as seen here
https://bugzilla.redhat.com/show_bug.cgi?id=490542
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: FTBFS maven-assembly-plugin-2.2-0.4.beta5.fc14
https://bugzilla.redhat.com/show_bug.cgi?id=661034
Summary: FTBFS maven-assembly-plugin-2.2-0.4.beta5.fc14
Product: Fedora
Version: rawhide
Platform: All
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mo
ck-results/
OS/Version: Linux
Status: NEW
Keywords: Triaged
Severity: high
Priority: high
Component: maven-assembly-plugin
AssignedTo: yyang(a)redhat.com
ReportedBy: ftbfs(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: yyang(a)redhat.com, huwang(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Blocks: 659965
Classification: Fedora
maven-assembly-plugin-2.2-0.4.beta5.fc14.src.rpm Failed To Build From Source
against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more
information.
If you believe this is actually a bug in another package, do NOT change the
component in this bug or close this bug. Instead, add the appropriate bug
number from the other package to the "Depends on" line in this bug. If the
other package does not yet have a bug created that you think matches, please
create one. Doing so helps us properly track bugs and their dependencies, just
as we track package dependencies. (If you close this bug, and the other
package is not fixed before the next FTBFS run, a new bug will get created.
Please follow the above advice to avoid such duplication.)
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: FTBFS hamcrest-1.1-9.3.fc15
https://bugzilla.redhat.com/show_bug.cgi?id=661011
Summary: FTBFS hamcrest-1.1-9.3.fc15
Product: Fedora
Version: rawhide
Platform: All
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mo
ck-results/
OS/Version: Linux
Status: NEW
Keywords: Triaged
Severity: high
Priority: high
Component: hamcrest
AssignedTo: dwalluck(a)redhat.com
ReportedBy: ftbfs(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: dwalluck(a)redhat.com, akurtako(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Blocks: 659965
Classification: Fedora
hamcrest-1.1-9.3.fc15.src.rpm Failed To Build From Source against the rawhide
tree. See http://fedoraproject.org/wiki/FTBFS for more information.
If you believe this is actually a bug in another package, do NOT change the
component in this bug or close this bug. Instead, add the appropriate bug
number from the other package to the "Depends on" line in this bug. If the
other package does not yet have a bug created that you think matches, please
create one. Doing so helps us properly track bugs and their dependencies, just
as we track package dependencies. (If you close this bug, and the other
package is not fixed before the next FTBFS run, a new bug will get created.
Please follow the above advice to avoid such duplication.)
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: FTBFS apache-commons-launcher-1.1-5.20100521svn936225.fc14
https://bugzilla.redhat.com/show_bug.cgi?id=660988
Summary: FTBFS
apache-commons-launcher-1.1-5.20100521svn936225.fc14
Product: Fedora
Version: rawhide
Platform: All
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mo
ck-results/
OS/Version: Linux
Status: NEW
Keywords: Triaged
Severity: high
Priority: high
Component: apache-commons-launcher
AssignedTo: fedora(a)matbooth.co.uk
ReportedBy: ftbfs(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: fedora(a)matbooth.co.uk,
java-sig-commits(a)lists.fedoraproject.org
Blocks: 659965
Classification: Fedora
apache-commons-launcher-1.1-5.20100521svn936225.fc14.src.rpm Failed To Build
>From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS
for more information.
If you believe this is actually a bug in another package, do NOT change the
component in this bug or close this bug. Instead, add the appropriate bug
number from the other package to the "Depends on" line in this bug. If the
other package does not yet have a bug created that you think matches, please
create one. Doing so helps us properly track bugs and their dependencies, just
as we track package dependencies. (If you close this bug, and the other
package is not fixed before the next FTBFS run, a new bug will get created.
Please follow the above advice to avoid such duplication.)
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: FTBFS plexus-mail-sender-1.0-0.a2.15.fc15
https://bugzilla.redhat.com/show_bug.cgi?id=660969
Summary: FTBFS plexus-mail-sender-1.0-0.a2.15.fc15
Product: Fedora
Version: rawhide
Platform: All
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mo
ck-results/
OS/Version: Linux
Status: NEW
Keywords: Triaged
Severity: high
Priority: high
Component: plexus-mail-sender
AssignedTo: sochotni(a)redhat.com
ReportedBy: ftbfs(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: akurtako(a)redhat.com, sochotni(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Blocks: 659965
Classification: Fedora
plexus-mail-sender-1.0-0.a2.15.fc15.src.rpm Failed To Build From Source against
the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more
information.
If you believe this is actually a bug in another package, do NOT change the
component in this bug or close this bug. Instead, add the appropriate bug
number from the other package to the "Depends on" line in this bug. If the
other package does not yet have a bug created that you think matches, please
create one. Doing so helps us properly track bugs and their dependencies, just
as we track package dependencies. (If you close this bug, and the other
package is not fixed before the next FTBFS run, a new bug will get created.
Please follow the above advice to avoid such duplication.)
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: FTBFS plexus-classworlds-2.2.3-1.fc14
https://bugzilla.redhat.com/show_bug.cgi?id=660958
Summary: FTBFS plexus-classworlds-2.2.3-1.fc14
Product: Fedora
Version: rawhide
Platform: All
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mo
ck-results/
OS/Version: Linux
Status: NEW
Keywords: Triaged
Severity: high
Priority: high
Component: plexus-classworlds
AssignedTo: fnasser(a)redhat.com
ReportedBy: ftbfs(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: fnasser(a)redhat.com, dbhole(a)redhat.com,
jkeating(a)redhat.com, sochotni(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Blocks: 659965
Classification: Fedora
plexus-classworlds-2.2.3-1.fc14.src.rpm Failed To Build From Source against the
rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information.
If you believe this is actually a bug in another package, do NOT change the
component in this bug or close this bug. Instead, add the appropriate bug
number from the other package to the "Depends on" line in this bug. If the
other package does not yet have a bug created that you think matches, please
create one. Doing so helps us properly track bugs and their dependencies, just
as we track package dependencies. (If you close this bug, and the other
package is not fixed before the next FTBFS run, a new bug will get created.
Please follow the above advice to avoid such duplication.)
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: FTBFS maven-dependency-plugin-2.2-0.2.svn949573.fc14
https://bugzilla.redhat.com/show_bug.cgi?id=660928
Summary: FTBFS maven-dependency-plugin-2.2-0.2.svn949573.fc14
Product: Fedora
Version: rawhide
Platform: All
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mo
ck-results/
OS/Version: Linux
Status: NEW
Keywords: Triaged
Severity: high
Priority: high
Component: maven-dependency-plugin
AssignedTo: sochotni(a)redhat.com
ReportedBy: ftbfs(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: sochotni(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Blocks: 659965
Classification: Fedora
maven-dependency-plugin-2.2-0.2.svn949573.fc14.src.rpm Failed To Build From
Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for
more information.
If you believe this is actually a bug in another package, do NOT change the
component in this bug or close this bug. Instead, add the appropriate bug
number from the other package to the "Depends on" line in this bug. If the
other package does not yet have a bug created that you think matches, please
create one. Doing so helps us properly track bugs and their dependencies, just
as we track package dependencies. (If you close this bug, and the other
package is not fixed before the next FTBFS run, a new bug will get created.
Please follow the above advice to avoid such duplication.)
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.