Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] github / eclipse git gotcha

Hey,

While testing mvn build I bumped into this little gotcha.

```
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.eclipse.orion:org.eclipse.orion.parent:1.0.0-SNAPSHOT (/Users/max/code/orion/orion.server/pom.xml) has 1 error [ERROR] Child module /Users/max/code/orion/orion.server/../org.eclipse.orion.client of /Users/max/code/orion/orion.server/pom.xml does not exist
[ERROR]
```

which was caused by me having git cloned from https://github.com/eclipse/orion.client instead of https://git.eclipse.org/gitroot/orion/org.eclipse.orion.client.git which means my dir names are:

```
orion.client
orion.server
```

instead of

```
org.eclipse.orion.client
org.eclipse.orion.server
```

Is there a  reason why the repo names are not the same ?

/max
http://about.me/maxandersen


Back to the top