Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0034368
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] Y. DBSourceManagerminorhave not tried2016-11-02 17:542022-02-01 08:09
ReporterAugustoMauchView Statuspublic 
Assigned ToTriage Platform Base 
PrioritynormalResolutionopenFixed in Version
StatusacknowledgedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0034368: ant jar should fail if mercurial detects unknown java files

DescriptionThis changeset [1] ensured that the ant jar task cannot be executed if there are local changes. This is done by checking that the revision id does not contain the '+' character.

The problem is that if there are new java files that have not been added to the repo, the check done in [1] does not detect it and the jar file will be created.

[1] https://issues.openbravo.com/view.php?id=32809 [^]
Steps To Reproduce- Create a new Java file
- Check that mercurial detects it as unknown: hg st -u
- Check that mercurial does not detect the change in its revision id: hg id -i
- Check that the ant jar task can be executed.
Proposed SolutionCheck if there are unknown java files before creating the jar:

hg st -u | grep java
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to feature request 0032809 closedalostale ensure proper rev.id info in dbsourcemanager.jar 

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2016-11-02 17:54 AugustoMauch New Issue
2016-11-02 17:54 AugustoMauch Assigned To => platform
2016-11-02 17:54 AugustoMauch Modules => Core
2016-11-02 17:54 AugustoMauch Triggers an Emergency Pack => No
2016-11-02 17:54 AugustoMauch Relationship added related to 0032809
2016-11-03 08:31 alostale Type defect => feature request
2016-11-03 08:31 alostale Status new => acknowledged
2022-02-01 08:09 alostale Assigned To platform => Triage Platform Base


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker